home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Multimedia Viewer How-To CD
/
Microsoft Multimedia Viewer How-To CD.iso
/
mvsample
/
progsamp
/
katasrch
/
katasrch.rc
< prev
next >
Wrap
C/C++ Source or Header
|
1993-03-21
|
3KB
|
50 lines
#include <windows.h>
#include <viewer.h>
#include "katasrch.h"
#include "katasrch.dlg"
ID_RESULTS_ICON ICON LOADONCALL MOVEABLE DISCARDABLE SRCHRSLT.ICO
STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
BEGIN
ID_SHOTOKAN, "shotokan"
ID_CUONGNHU, "cuongnhu"
ID_WINGTSUN, "wingtsun"
ID_HELPCOMMAND, "JumpID(`katas.mvb>w_help',`search_help')"
KSERR_NOVWRINFO, "Can't access information for this Viewer session."
KSERR_NOVWR, "Can't access Viewer session."
KSERR_MEMORY, "Not enough memory to complete operation."
KSERR_NOTOPICSFOUND, "No topics were found."
KSERR_CANTOPENTITLE, "Can't open Cuong Nhu Katas title."
KSERR_CANTOPENTOPICGROUP,"Can't open topic group."
KSERR_CANTOPENWORDWHEEL, "Can't open word wheel."
KSERR_CANTLOADWORDWHEELPHRASE, "Can't load phrase from word wheel."
KSERR_CANTCREATERESULTS, "An error occurred while creating the results window."
KSERR_DISPLAYFAILED, "Can't display the selected topic."
KSERR_QUERYLENGTH, "Search text is too long. Specify a maximum of 127 characters."
KSERR_NOGROUPSSELECTED, "Select at least one Origin style.";
KSERR_NOQUERY, "Type some text to search for, or select a level."
KSERR_RESIZE_SL, "Resize the Viewer window so the topic is visible."
KSERR_NONEXT, "There is no highlight following the current screen."
KSERR_NOPREVIOUS, "There is no highlight preceding the current screen."
KSERR_QUERY, "The search text contains a query error."
KSERR_NULLQUERY, "Type some text to search for and then try again."
KSERR_EXPECTEDTERM, "Viewer expected to find a search phrase at the indicated position."
KSERR_MISSQUOTE, "Viewer expected to find a quotation mark at the indicated position."
KSERR_MISSLPAREN, "Viewer expected to find a left parenthesis at the indicated position."
KSERR_MISSRPAREN, "Viewer expected to find a right parenthesis at the indicated position."
KSERR_TOODEEP, "Viewer can't handle this many nested parentheses."
KSERR_TOOMANYTOKENS, "Viewer can't handle this many search tokens."
KSERR_BADVALUE, "Viewer expected to find a search phrase at the indicated position."
KSERR_BADRANGEOP, "You can't search for ranges in Hyperguide."
KSERR_ALL_WILD, "Viewer can't search for a phrase starting with a wild card."
KSERR_NON_LAST_WILD, "Viewer can't search for a phrase starting with a wild card."
END